home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 11 / AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso / Files / Prog / B-C / CIconButton CDEF 1.0.sit / CIconButton CDEF 1.0 / CIconButton 1.0 Demo App.rsrc / TEXT_30001_Credits.txt < prev    next >
Encoding:
Text File  |  1993-10-27  |  3.7 KB  |  77 lines

  1. _ Beta Testers ___________________________________________
  2. Thanks go to the following for testing  the CIconButton CDEF and giving valuable feedback:
  3.  
  4. Kevin Boyce
  5. Trey Campbell
  6. John Cavallino
  7. John Champion
  8. Steve Dagley
  9. Randy DeRuiter
  10. Gerard Hammond
  11. Ben ‚ÄòHackster‚Äô Hekster
  12. Jim McQuillan 
  13. Matthew Xavier Mora
  14. Harry A. Reinke
  15. George T. Talbot
  16. Adam Treister
  17.  
  18.  
  19. _ Other thanks ___________________________________________
  20. Thanks to Peter N. Lewis and Forrest Tanaka for help on the Quickdraw color manipulation code, and to Jon Wind for inspiration in the About box code.
  21.  
  22. Special thanks to John Cavallino for inspiration, Ben ‚ÄòHackster‚Äô Hekster for faithful beta-testing across my many projects, and Adam Treister and Rich Siegel for giving my defProcs their first real homes.
  23.  
  24.  
  25. _ Beta History ___________________________________________
  26. 9/17/93   1.0b12
  27. - Removed debugging code.
  28. - Updated sample code.
  29.  
  30. 9/17/93   1.0b11
  31. - Solved crashing bug in Demo App on 68000 machines (corrupt ‚Äòcicn‚Äô resource ‚Äî thanks, ResEdit!)
  32. - Fixed 68000 B/W hiliting bug.
  33.  
  34. 9/16/93   1.0b10 (unreleased)
  35. - Fixed ‚ÄúHide Control‚Äù problem.
  36. - Fixed incorrect region generation problem in Lite version.
  37. - Revised licensing scheme: simplified and across a greater scale.
  38.  
  39. 9/17/93   1.0b9 (unreleased)
  40. - Fixed ‚Äúghosting‚Äù problem which resulted in very pale hilights.
  41.  
  42. 9/12/93   1.0b8
  43. - Added ‚Äútrack region‚Äù setting to determine whether the CDEF should track the whole control rect or just the icon region.
  44.  
  45. 9/4/93   1.0b7
  46. - Split project into CIconButton and CIconButtonLite CDEF. The first is the best (fastest) one, but uses more memory. For the memory conscious, we also include CIconButtonLite, which is what you‚Äôve been beta-testing so far.
  47. - Got rid of that horrid ‚ÄúeraseWhen‚Äù parameter. Now there‚Äôs a simple ‚ÄúGeometryChanges‚Äù boolean flag, and the CDEF uses the callback whenever it is available.
  48. - Simplified sample code to demonstrate the CDEF working correctly in a window with a non-white background (without needed a callback procedure).
  49.  
  50. 8/25/93   1.0b4
  51. - Fixed redraw problem that drew icon image outside of control‚Äôs bounding rectangle.
  52.  
  53. 8/23/93   1.0b3
  54. - Fixed problem drawing controls on non-white background AGAIN! Removed ‚ÄúdontErase‚Äù flag, introduced a ‚ÄúeraseWhen‚Äù setting to deal with non-white backgrounds AND buttons whose geometry changes (like the latch).
  55. - Introduced callback procedure to redraw backgrounds in special cases.
  56. - Fixed drawing bug when button lies across two monitors.
  57. - Fixed bug when depth of screen is NOT its maximum depth.
  58. - Added sample Pascal and C code to show the libraries in action.
  59.  
  60. 8/13/93   1.0b2
  61. - Fixed problem drawing controls on non-white background (see documentation for new dontErase flag).
  62. - Slight revision to documentation and licensing terms (clarification).
  63. - Added sample Pascal and C code to show the libraries in action.
  64.  
  65. 8/6/93     1.0b1
  66. - Fixed flicker problem for toggle buttons. See Latch toggle for nice, flicker free animation.
  67. - Resolved library incompatibility problem (Matt) -- implemented Pascal and C
  68.    libraries separately.
  69. - Added sample Pascal and C code to show the libraries in action.
  70.  
  71. 7/26/93   1.0a10
  72. - Fixed ‚ÄúNumeric Error‚Äù crash under 6.0.7 (Jim)
  73. - Fixed hot spot tracking problem in certain areas (Kevin, Trey)
  74. - Updated some of the cicn resources so the selected vs. unselected difference is more apparent, esp. under B/W systems.
  75. - Reworked some of the black-and-white drawing routines so they use CopyBits and not PlotCIcon.
  76. - Added ¬µRunTime.lib library to the CIconButton library; this should make it a true .o compatible library (John, Matt)
  77. - Added ‚Äúsmart pictures‚Äù support in Dialogs (switches to Black-And-White picts if needed).